export declare class WfInput { width?: string; maxWidth?: string; placeholder: string; variant?: 'sm' | 'md' | 'lg' | 'xl'; render(): any; }