export declare function createStyles(latestValues: Record<string, any>): Record<string, any> | null;
export declare function createSVGStyles(latestValues: Record<string, any>, tag: string, styleProp?: Record<string, any>): {
    attrs: Record<string, any>;
    style: Record<string, any>;
};
