import { Rotation } from './ArrowIcon'; import { SVGIconProps } from './SVGIcon'; export interface DropdownFilledIconProps extends SVGIconProps { direction?: keyof Rotation; } export declare const DropdownFilledIcon: ({ direction, ...props }: DropdownFilledIconProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=DropdownFilledIcon.d.ts.map