import { ComponentPropsWithoutRef } from 'react'; export type TwoColsLayoutProps = ComponentPropsWithoutRef<"div">; export declare const TwoColsLayout: ({ className, children, ...props }: TwoColsLayoutProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=two-cols-layout.d.ts.map