/// declare const StyledColumn: import("styled-components").StyledComponent<(props: Readonly<{ className?: string; children?: import("react").ReactNode; key?: string; }>) => JSX.Element, any, {}, never>; export { ColumnProps } from './column'; export { StyledColumn as Column };