import { FunctionalComponent } from "../../stencil-public-runtime"; interface TrustcaptchaProps { currentTheme: 'light' | 'dark'; translation: any; } export declare const TrustcaptchaText: FunctionalComponent; interface PrivacyProps { privacyUrl: string; translation: any; } export declare const PrivacyText: FunctionalComponent; interface SpinnerProps { size: number; stroke: number; } export declare const SpinnerIcon: FunctionalComponent; interface IconProps { size: number; } interface CheckIconProps { size: number; color?: string; } export declare const CheckIcon: FunctionalComponent; export declare const ErrorIcon: FunctionalComponent; export declare const LogoIcon: FunctionalComponent; export {};