import React from 'react'; import cx from 'classnames'; export interface Props { accessibilityLabel?: string; className?: Parameters[0]; } export declare const ChevronS2Right: React.FC; export default ChevronS2Right; //# sourceMappingURL=ChevronS2Right.d.ts.map