import * as React from "react";
import type { Props } from "./types";
declare const LayoutColumn: ({ as: Component, children, dataTest, spanEntireRow }: Props) => React.JSX.Element;
export default LayoutColumn;
//# sourceMappingURL=index.d.ts.map