export declare function styleToString(style: Record): string; export declare const srOnlyStyles: { position: string; width: string; height: string; padding: string; margin: string; overflow: string; clip: string; whiteSpace: string; borderWidth: string; };