export declare function extractCompProps(propString: string): {
    [key: string]: string;
};
