declare const styles: () => { [key: string]: { css: { [key: string]: unknown; }[]; }; }; export default styles;