///
import { type Theme } from "../design-system";
type LabelProps = {
color?: keyof Theme["colors"];
};
export declare const Label: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & LabelProps, import("react").DetailedHTMLProps, HTMLLabelElement>, {}>;
type InputProps = {
variant: "outline" | "transparent";
sm?: boolean;
theme?: Theme;
};
export declare const Input: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & InputProps, import("react").DetailedHTMLProps, HTMLInputElement>, {}>;
export declare const InputContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export {};
//# sourceMappingURL=formElements.d.ts.map