import React from 'react';
import { DefaultProps, MantineSize } from '../../theme';
interface ChevronIconProps extends DefaultProps, React.ComponentProps<'svg'> {
    size: MantineSize;
    error: any;
}
export declare function ChevronIcon({ size, error, style, themeOverride, ...others }: ChevronIconProps): JSX.Element;
export {};
//# sourceMappingURL=ChevronIcon.d.ts.map