import * as React from 'react'; import { type StackProps } from './Stack'; import type { PropsWithChildren } from 'react'; declare const Row: (props: PropsWithChildren) => React.JSX.Element; export default Row; //# sourceMappingURL=Row.d.ts.map