import { Theme } from '@plurid/plurid-themes';
export interface IStyledInputLine {
    theme: Theme;
}
export declare const StyledInputLine: import("styled-components").StyledComponent<"div", any, IStyledInputLine, never>;
