import { type SvgIconProps } from '../lib/SvgIcon.js'; /** * Use to collapse the sidebar. Use ChevronLeftDoubleIcon for others * @public */ export declare const CloseSidebarIcon: import("react").ForwardRefExoticComponent> & { displayName: string; };