import { default as React } from 'react'; import { IPlanTemplate } from '@abyss-project/main'; type Props = { planTemplate?: IPlanTemplate | null; label?: string; abyssUrl?: string; }; declare const AbyssBillingPlan: React.FC; export default AbyssBillingPlan;