import { RowProps } from "./Row"; export type ColumnProps = RowProps; /** * @deprecated 代わりにCSSを書いてください。 */ export declare const Column: ({ alignItems, ...props }: ColumnProps) => import("@emotion/react/jsx-runtime").JSX.Element;