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