import * as React from 'react'; export interface ICaret { isExpanded: boolean; } export declare const Caret: React.FunctionComponent;