import { DropdownProps } from './types'; export declare function styleDropdown(props: DropdownProps): { wrapper: string[]; card: string[]; popover: string[]; action: string[]; };