import { default as React } from 'react'; import { SidebarDividerProps } from '../../types'; /** * ============================================ * SIDEBAR DIVIDER - ATOM * ============================================ * Separador para el sidebar. Puede ser una lĂ­nea simple * o incluir un texto descriptivo. */ export declare const SidebarDivider: React.FC; //# sourceMappingURL=SidebarDivider.d.ts.map