import { DropdownInterface, DropdownContentInterface } from './dropdown.types'; export declare function dropdownTheme(props: DropdownInterface): any; export declare function dropdownButtonTheme(props: DropdownInterface): any; export declare function dropdownContentTheme(props: DropdownContentInterface): any;