import { Theme } from '@plurid/plurid-themes';
export interface IStyledFormline {
    theme: Theme;
    level: number;
    responsive: boolean;
}
export declare const StyledFormline: import("styled-components").StyledComponent<"div", any, IStyledFormline, never>;
export declare const StyledFormlineText: import("styled-components").StyledComponent<"div", any, {}, never>;
export interface IStyledFormlineElement {
    responsive: boolean;
}
export declare const StyledFormlineElement: import("styled-components").StyledComponent<"div", any, IStyledFormlineElement, never>;
