import "./Button.js"; import * as React from "react"; import * as _lssm_lib_ui_kit_web_ui_button0 from "@lssm/lib.ui-kit-web/ui/button"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types0 from "class-variance-authority/types"; //#region src/components/atoms/Cta.d.ts declare const Cta: React.ForwardRefExoticComponent & { children: React.ReactNode; loading?: boolean; loadingText?: string; spinnerPlacement?: "start" | "end"; onPress?: () => void; onPressIn?: () => void; onPressOut?: () => void; onLongPress?: () => void; onClick?: React.MouseEventHandler; disabled?: boolean; } & VariantProps<(props?: ({ size?: "sm" | "md" | "lg" | "touch" | null | undefined; emphasis?: "default" | "strong" | "subtle" | null | undefined; } & class_variance_authority_types0.ClassProp) | undefined) => string> & { capture?: (cta: string) => void; ctaName?: string; as?: "button" | "a"; href?: string; children?: React.ReactNode; } & React.RefAttributes>; //#endregion export { Cta }; //# sourceMappingURL=Cta.d.ts.map