import React from 'react'; export interface ISummaryProps extends React.HTMLAttributes { children: React.ReactNode; } export declare const Summary: { ({ children, ...props }: ISummaryProps): React.JSX.Element; Row: ({ label, value, placeholder, locked, ...props }: import("./components/Row").ISummaryRowProps) => React.JSX.Element; }; //# sourceMappingURL=Summary.d.ts.map