import { ButtonVariant } from '../../types'; declare type Props = { isDisabled: boolean; variant?: ButtonVariant; }; export declare const StyledButton: import("styled-components").StyledComponent<"button", any, Props, never>; export declare const IconSocket: import("styled-components").StyledComponent<"div", any, {}, never>; export {};