import { default as React } from 'react'; import { SidebarSectionTitleProps } from '../../types'; /** * ============================================ * SIDEBAR SECTION TITLE - ATOM * ============================================ * Section label for the sidebar; groups menu blocks. * Body XS Regular, tertiary, sentence case (no uppercase transform). */ export declare const SidebarSectionTitle: React.FC; //# sourceMappingURL=SidebarSectionTitle.d.ts.map