export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", { variant?: "default" | "exclusive" | "unstyled" | undefined; disabled?: boolean | "true" | undefined; error?: boolean | "true" | undefined; }, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>; export declare const PrimaryInput: import("@stitches/react/types/styled-component").StyledComponent<"input", { variant?: "default" | "exclusive" | "unstyled" | undefined; disabled?: boolean | "true" | undefined; }, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>; export declare const Label: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>; export declare const ErrorLabel: import("@stitches/react/types/styled-component").StyledComponent<"div", { error?: boolean | "true" | "false" | undefined; }, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>; export declare const WrapperContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", { variant?: "default" | "exclusive" | "unstyled" | undefined; }, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>; export declare const TrailingVisContainer: import("@stitches/react/types/styled-component").StyledComponent<"span", { variant?: "default" | "exclusive" | "unstyled" | undefined; }, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>; export declare const LeadingVisContainer: import("@stitches/react/types/styled-component").StyledComponent<"span", { variant?: "default" | "exclusive" | "unstyled" | undefined; }, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;