import * as React from "react";
import type { Props } from "./types";
declare const LayoutColumn: ({ children, hideOn, as, spanEntireRow, dataTest }: Props) => React.JSX.Element;
export default LayoutColumn;
