import React from "react"; import { PriceTable } from "../index_with_tw_base"; declare const meta: { title: string; component: typeof PriceTable; }; export default meta; export declare const PricingXS: () => React.JSX.Element; export declare const PricingSM: () => React.JSX.Element; //# sourceMappingURL=PriceTable.stories.d.ts.map