import { default as React } from 'react'; import { SidebarSectionTitleProps } from '../../types'; /** * ============================================ * SIDEBAR SECTION TITLE - ATOM * ============================================ * Título de sección para el sidebar. * Usado para dividir grupos de menús. */ export declare const SidebarSectionTitle: React.FC; //# sourceMappingURL=SidebarSectionTitle.d.ts.map