export type Styles = { 'toast-list': string; }; export type ClassNames = keyof Styles; declare const styles: Styles; export default styles;