import { CardsWithAsideProps, CardsWithAsideTabContentProps } from '../../types'; export declare const CardsWithAsideComponent: { ({ children, activeCard, InitialContent, className, moreOptions, onClickMoreOptions, popup, width, height, showTooltips, tooltipPosition: globalTooltipPosition, }: CardsWithAsideProps): import("react/jsx-runtime").JSX.Element; TabContent: ({ children, id, icon, tooltip, Component, className, style, ...props }: CardsWithAsideTabContentProps) => import("react/jsx-runtime").JSX.Element; }; /** * Componente TabContent para usar dentro de CardsWithAside */ export declare const TabContent: ({ children, id, icon, tooltip, Component, className, style, ...props }: CardsWithAsideTabContentProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CardsWithAside.d.ts.map