///
import type { Interpolation } from 'styled-components';
export declare type InputStylesProps = {
$error?: boolean;
$variant?: 'error' | '';
};
export declare const dataQa: {
focused: string;
hovered: string;
};
export declare function getInputStyles({ $error, $variant, }: InputStylesProps): Interpolation