import { VariantProps } from "class-variance-authority"; declare const pricingPickerButtonCva: (props?: ({ selected?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; type PricingPickerButtonCvaProps = VariantProps; export type PricingPickerButtonProps = Readonly<{ icon?: React.ReactNode; } & PricingPickerButtonCvaProps>; declare const PricingPickerButtonShortLabel: ({ children }: { children: React.ReactNode; }) => import("react").JSX.Element; declare const PricingPickerButtonLongLabel: ({ children }: { children: React.ReactNode; }) => import("react").JSX.Element; export declare const PricingPickerButton: { (props: As extends "" ? { as: keyof React.JSX.IntrinsicElements; } : As extends import("react").ComponentType ? import("../../polymorphic").Merge & { as: As; }> : As extends keyof import("react").JSX.IntrinsicElements ? import("../../polymorphic").Merge & { as: As; }> : never): React.ReactElement | null; displayName?: string; } & ((props: import("../../polymorphic").Merge, HTMLAnchorElement>, Readonly<{ icon?: React.ReactNode; } & PricingPickerButtonCvaProps> & { as?: "a" | undefined; }>) => React.ReactElement | null) & { ShortLabel: typeof PricingPickerButtonShortLabel; LongLabel: typeof PricingPickerButtonLongLabel; }; export {}; //# sourceMappingURL=PricingPickerButton.d.ts.map