export declare class FmrlLinkInput { value: string; protocol: string; target: string; label: string; base: string; placeholder: string; button: string; transform: 'lower' | 'upper' | 'none'; defaultValue: string; componentWillLoad(): void; render(): any; private handleSubmit; private handleChange; private openUrl; }