export declare const previewTransform: (code: string) => Promise<string>;
export declare const extractRenderProperty: (code: string) => string;
