import type { FunctionComponent, PropsWithChildren } from 'react';
interface Props {
    className?: string;
}
export declare const TabsBody: FunctionComponent<PropsWithChildren<Props>>;
export {};
