/// import { type RowProps } from './types'; import '../../styles/components/Row.scss'; export declare function Row({ id, children, className, style, columns, wrap, align, justify, }: RowProps): JSX.Element;