export * from "./Row"; export * from "./Column"; export declare const Layout: { Row: ({ gap, justify, alignItems, nowrap, direction, ...props }: import("./Row").RowProps) => import("@emotion/react/jsx-runtime").JSX.Element; Column: ({ alignItems, ...props }: import("./Column").ColumnProps) => import("@emotion/react/jsx-runtime").JSX.Element; };