import type { CreateOwnerFormProps } from "../model/create.types.js"; declare function CreateForm(props: CreateOwnerFormProps): import("react/jsx-runtime").JSX.Element; export { CreateForm };