import { TabElementStyleProps } from './props'; export interface TabPanelsProps extends TabElementStyleProps { } export declare const TabPanels: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & TabPanelsProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;