import type { PricingTableProps } from '@clerk/types';
declare const PricingTable: import("svelte").Component<PricingTableProps, {}, "">;
type PricingTable = ReturnType<typeof PricingTable>;
export default PricingTable;
