export declare const Form: (props: import("./form.shared.js").FormProps) => import("react").JSX.Element; export declare const FormSection: ({ title, description, children, testID, style }: import("./form.shared.js").FormSectionProps) => import("react").JSX.Element; export type { FormProps, FormSectionProps } from "./form.shared.js"; //# sourceMappingURL=form.android.d.ts.map