import { FCC } from 'onekijs-framework'; import React from 'react'; import { RowProps } from './typings'; declare const Row: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "width"> & { alignItems?: import("csstype").Property.AlignItems; gap?: import("csstype").Property.Width; gapX?: import("csstype").Property.Width; gapY?: import("csstype").Property.Height; width?: import("csstype").Property.Width; xs?: import("csstype").Property.Width; sm?: import("csstype").Property.Width; md?: import("csstype").Property.Width; lg?: import("csstype").Property.Width; xl?: import("csstype").Property.Width; reverse?: boolean; marginLeft?: import("csstype").Property.Margin; marginRight?: import("csstype").Property.Margin; marginX?: import("csstype").Property.Margin; marginTop?: import("csstype").Property.Margin; marginBottom?: import("csstype").Property.Margin; marginY?: import("csstype").Property.Margin; margin?: import("csstype").Property.Margin; } & { children?: React.ReactNode | undefined; }, never> & Partial, "width"> & { alignItems?: import("csstype").Property.AlignItems; gap?: import("csstype").Property.Width; gapX?: import("csstype").Property.Width; gapY?: import("csstype").Property.Height; width?: import("csstype").Property.Width; xs?: import("csstype").Property.Width; sm?: import("csstype").Property.Width; md?: import("csstype").Property.Width; lg?: import("csstype").Property.Width; xl?: import("csstype").Property.Width; reverse?: boolean; marginLeft?: import("csstype").Property.Margin; marginRight?: import("csstype").Property.Margin; marginX?: import("csstype").Property.Margin; marginTop?: import("csstype").Property.Margin; marginBottom?: import("csstype").Property.Margin; marginY?: import("csstype").Property.Margin; margin?: import("csstype").Property.Margin; } & { children?: React.ReactNode | undefined; }, never>>> & string & Omit, keyof React.Component>; export default Row;