import type { ReactNode } from 'react'; export type OptionColumnProps = { children?: ReactNode; }; declare const OptionColumn: (props: OptionColumnProps) => import("react/jsx-runtime").JSX.Element; export default OptionColumn; //# sourceMappingURL=OptionColumn.d.ts.map