/**
 * Clean up common properties in component content
 */
declare function cleanupJSXRenamedProps(content: string): string;
export { cleanupJSXRenamedProps };