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