import * as React from 'react';
import type { HTMLAttributesWithRootRef } from '../../types';
export interface DropdownIconProps extends HTMLAttributesWithRootRef<SVGSVGElement> {
    opened?: boolean;
}
export declare const DropdownIcon: ({ opened, className, ...restProps }: DropdownIconProps) => React.ReactNode;
//# sourceMappingURL=DropdownIcon.d.ts.map