export type Styles = { anchorlink: string; anchorlink__icon: string; 'anchorlink-wrapper': string; helpbubble: string; helpbubble__close: string; helpbubble__content: string; helpbubble__link: string; helpbubble__link__icon: string; }; export type ClassNames = keyof Styles; declare const styles: Styles; export default styles;