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