interface StyleObject { [key: string]: any; } export declare const dynamicStyles: StyleObject; export {};