import React from 'react';
export declare function Chevron({ toggled, ...props }: React.SVGProps<SVGSVGElement> & {
    toggled?: boolean;
}): React.JSX.Element;
