import React from 'react';
import './index.scss';
export declare const ChevronIcon: React.FC<{
    readonly ariaLabel?: string;
    readonly className?: string;
    readonly direction?: 'down' | 'left' | 'right' | 'up';
    readonly size?: 'large' | 'small';
}>;
//# sourceMappingURL=index.d.ts.map