export type Styles = { drawer: string; drawer__container: string; drawer__container__inner: string; 'drawer__container--right': string; drawer__content: string; drawer__content__children: string; drawer__content__shadow: string; 'drawer__content__shadow--bottom': string; 'drawer__content__shadow--show': string; 'drawer__content__shadow--top': string; drawer__footer: string; drawer__header: string; 'drawer__header__back-button': string; 'drawer__header__close-button': string; drawer__header__title: string; drawer__overlay: string; }; export type ClassNames = keyof Styles; declare const styles: Styles; export default styles;