import { SbPasskeyButton, SbProviderButton } from '../button'; import { SbConfirmField, SbEmailField, SbIdentifierField, SbNameField, SbPasswordField, SbPhoneField, SbUsernameField } from '../field'; import { SbLink } from '../../navigation/link'; import { SbOtp } from '../otp'; export declare const FIELDS: (typeof SbPasswordField | typeof SbConfirmField | typeof SbEmailField | typeof SbIdentifierField | typeof SbNameField | typeof SbPhoneField | typeof SbUsernameField | typeof SbOtp)[]; export declare const INTERACTIVES: (typeof SbPasskeyButton | typeof SbProviderButton | typeof SbLink)[];