import type { CSSProperties, ReactNode } from 'react'; type RowProps = { children: ReactNode; templateColumns: string; style?: CSSProperties; }; export declare function InfoTableRow({ children, templateColumns, style }: RowProps): import("react").JSX.Element; export declare namespace InfoTableRow { var displayName: string; } export {}; //# sourceMappingURL=Row.d.ts.map