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