export declare const extractComponentOptions: (line: string) => {
    blocks: string[] | null;
    no_eval: boolean;
    height: string | null;
};
