export interface IInputAttributes {
    name: string;
    defaultValue?: string;
    placeholder?: string;
}
//# sourceMappingURL=types.d.ts.map