export declare const normalizeIntrinsicElementKey: (key: string) => string; export declare const styleObjectForEach: (style: Record, fn: (key: string, value: string | null) => void) => void;