/// import { LayoutProps } from 'styled-system'; import { Variant } from './types'; export declare const Container: import("styled-components").StyledComponent<"div", any, LayoutProps>>, never>; export declare const IconSocket: import("styled-components").StyledComponent>, any, { type: Variant; }, never>; export declare const StyledCheckbox: import("styled-components").StyledComponent<"div", any, { checked: boolean; type: Variant; }, never>; export declare const HiddenInput: import("styled-components").StyledComponent<"input", any, { type: "checkbox"; }, "type">;