/// declare const _default: { Layout: ({ children }: import("./Layout").LayoutProps) => JSX.Element; Row: ({ children, title, description }: import("./Row").RowProps) => JSX.Element; }; export default _default;