export type PricingPickerProps = Readonly<{ children: React.ReactNode; }>; export declare const PricingPicker: ({ children, ...rest }: PricingPickerProps) => import("react").JSX.Element; //# sourceMappingURL=PricingPicker.d.ts.map