export type Styles = { helpteaser: string; helpteaser__button: string; }; export type ClassNames = keyof Styles; declare const styles: Styles; export default styles;