import type { RegistrationSchema } from "@bota-apps/types"; type SchemaSelectorProps = { schemas: RegistrationSchema[]; onSelect: (schema: RegistrationSchema) => void; }; export declare function SchemaSelector({ schemas, onSelect }: SchemaSelectorProps): import("react").JSX.Element; export {}; //# sourceMappingURL=schemaSelector.d.ts.map