import * as React from 'react';
export interface ChevronProps extends Omit<React.SVGProps<SVGSVGElement>, 'width' | 'height'> {
    size?: 's' | 'm';
}
export declare const Chevron: ({ size, ...restProps }: ChevronProps) => React.ReactNode;
//# sourceMappingURL=Chevron.d.ts.map