export default CaretSquareDown;
declare function CaretSquareDown({ title }: {
    title: any;
}): import("react/jsx-runtime").JSX.Element;
