export declare type StyleDictionary = {
    [prop: string]: string;
};
