export declare type GasIconColor = 'default' | 'error' | 'brand' | 'black'; export declare type GasInputElement = 'input' | 'textarea'; export declare type GasIconCursor = 'default' | 'pointer';