export interface OtpInputTheme { base: string; input: string; selected: string; unselected: string; } export declare const otpInputTheme: OtpInputTheme; //# sourceMappingURL=theme.d.ts.map