export declare const normalizeStyles: (styles: unknown) => Record<string, string | number> | undefined;
