import React from 'react';
import { type BoxProps } from '../Box/Box';
export declare const CaretDownIcon: () => React.JSX.Element;
interface AnimatedCaretDownIconProps {
    expanded?: boolean;
    color?: BoxProps['color'];
}
export declare const AnimatedCaretDownIcon: ({ expanded, color, }: AnimatedCaretDownIconProps) => React.JSX.Element;
export {};
