import { PropsWithChildren } from 'react';
declare const Content: ({ className, children }: PropsWithChildren<{
    className?: string;
}>) => import("react/jsx-runtime").JSX.Element;
export default Content;
