import type { ComponentStyles } from '../../types/componentStyles'; export interface BasicInputStylesProps { hasError?: boolean; } export declare const basicInputStyles: ComponentStyles; export interface InputLabelStylesProps { labelPosition?: 'top' | 'left'; } export declare const inputLabelStyles: ComponentStyles;