export type Styles = { popover: string; popover__arrow: string; }; export type ClassNames = keyof Styles; declare const styles: Styles; export default styles;