interface ExpandChevronProps { expanded: boolean; className?: string; } export declare function ExpandChevron({ expanded, className }: ExpandChevronProps): import("react").JSX.Element; export {}; //# sourceMappingURL=expand-chevron.d.ts.map