export declare const Clipboard: import("@builder.io/qwik").Component<{
    disabled?: boolean | undefined;
    formAction?: string | undefined;
    formEnctype?: string | undefined;
    formMethod?: string | undefined;
    formNoValidate?: boolean | undefined;
    formTarget?: string | undefined;
    name?: string | undefined;
    type?: "button" | "reset" | "submit" | undefined;
    popoverTargetAction?: string | undefined;
    form?: string | undefined | undefined;
    value?: string | number | readonly string[] | undefined;
    popovertarget?: string | undefined | undefined;
    popovertargetaction?: ("toggle" | "hide" | "show") | undefined;
} & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLButtonElement> & {
    search?: string | undefined;
    text?: string | undefined;
    name?: string | undefined;
    type?: string | undefined;
    href?: string | undefined;
    charset?: string | undefined;
    coords?: string | undefined;
    hreflang?: string | undefined;
    ping?: string | undefined;
    rel?: string | undefined;
    rev?: string | undefined;
    shape?: string | undefined;
    hash?: string | undefined;
    host?: string | undefined;
    hostname?: string | undefined;
    password?: string | undefined;
    pathname?: string | undefined;
    port?: string | undefined;
    protocol?: string | undefined;
    username?: string | undefined;
    download?: any;
    target?: import("@builder.io/qwik").HTMLAttributeAnchorTarget | undefined;
    referrerPolicy?: ReferrerPolicy | undefined;
} & import("@builder.io/qwik").QwikAttributes<HTMLAnchorElement> & {
    color?: import("../Button").ButtonVariant;
    gradient?: import("../Button").ButtonGradient;
    size?: import("../Button").ButtonSize;
    shadow?: import("../Button").ButtonMonochromeGradient | boolean;
    pill?: boolean;
    square?: boolean;
    outline?: boolean;
    loading?: boolean;
    loadingPosition?: "suffix" | "prefix";
    disabled?: boolean;
    href?: string;
    full?: boolean;
    tag?: import("@builder.io/qwik").Component<import("@builder.io/qwik-city").LinkProps> | string;
    prefix?: import("@builder.io/qwik").Component<IconProps>;
    suffix?: import("@builder.io/qwik").Component<IconProps>;
} & {
    valueToCopy: string;
    label: string;
    tooltipCopyLabel?: string;
    tooltipCopiedLabel?: string;
    tooltipPlacement?: import("@floating-ui/dom").Placement;
}> & {
    WithIcon: import("@builder.io/qwik").Component<{
        disabled?: boolean | undefined;
        formAction?: string | undefined;
        formEnctype?: string | undefined;
        formMethod?: string | undefined;
        formNoValidate?: boolean | undefined;
        formTarget?: string | undefined;
        name?: string | undefined;
        type?: "button" | "reset" | "submit" | undefined;
        popoverTargetAction?: string | undefined;
        form?: string | undefined | undefined;
        value?: string | number | readonly string[] | undefined;
        popovertarget?: string | undefined | undefined;
        popovertargetaction?: ("toggle" | "hide" | "show") | undefined;
    } & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLButtonElement> & {
        valueToCopy: string;
        tooltipCopyLabel?: string;
        tooltipCopiedLabel?: string;
        tooltipPlacement?: import("@floating-ui/dom").Placement;
    }>;
    WithIconText: import("@builder.io/qwik").Component<{
        disabled?: boolean | undefined;
        formAction?: string | undefined;
        formEnctype?: string | undefined;
        formMethod?: string | undefined;
        formNoValidate?: boolean | undefined;
        formTarget?: string | undefined;
        name?: string | undefined;
        type?: "button" | "reset" | "submit" | undefined;
        popoverTargetAction?: string | undefined;
        form?: string | undefined | undefined;
        value?: string | number | readonly string[] | undefined;
        popovertarget?: string | undefined | undefined;
        popovertargetaction?: ("toggle" | "hide" | "show") | undefined;
    } & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLButtonElement> & {
        search?: string | undefined;
        text?: string | undefined;
        name?: string | undefined;
        type?: string | undefined;
        href?: string | undefined;
        charset?: string | undefined;
        coords?: string | undefined;
        hreflang?: string | undefined;
        ping?: string | undefined;
        rel?: string | undefined;
        rev?: string | undefined;
        shape?: string | undefined;
        hash?: string | undefined;
        host?: string | undefined;
        hostname?: string | undefined;
        password?: string | undefined;
        pathname?: string | undefined;
        port?: string | undefined;
        protocol?: string | undefined;
        username?: string | undefined;
        download?: any;
        target?: import("@builder.io/qwik").HTMLAttributeAnchorTarget | undefined;
        referrerPolicy?: ReferrerPolicy | undefined;
    } & import("@builder.io/qwik").QwikAttributes<HTMLAnchorElement> & {
        color?: import("../Button").ButtonVariant;
        gradient?: import("../Button").ButtonGradient;
        size?: import("../Button").ButtonSize;
        shadow?: import("../Button").ButtonMonochromeGradient | boolean;
        pill?: boolean;
        square?: boolean;
        outline?: boolean;
        loading?: boolean;
        loadingPosition?: "suffix" | "prefix";
        disabled?: boolean;
        href?: string;
        full?: boolean;
        tag?: import("@builder.io/qwik").Component<import("@builder.io/qwik-city").LinkProps> | string;
        prefix?: import("@builder.io/qwik").Component<IconProps>;
        suffix?: import("@builder.io/qwik").Component<IconProps>;
    } & {
        valueToCopy: string;
        tooltipCopyLabel?: string;
        tooltipCopiedLabel?: string;
        tooltipPlacement?: import("@floating-ui/dom").Placement;
        label?: string;
        copiedLabel?: string;
    }>;
};
