export type SettingsCardProps = { /** * Content to render within the element. * * Although `SurfaceRouter` does not formally enforce it, a `SurfaceRouter`'s immediate children * should only be `SurfaceRoute` elements. */ children: React.ReactNode; }; /** * TODO(ndhoule): Fix this up and document it. * * @internal */ export declare const SettingsCard: ({ children }: SettingsCardProps) => import("react").JSX.Element; //# sourceMappingURL=SettingsCard.d.ts.map