import React, { PropsWithChildren } from 'react';
type TariffListProps = PropsWithChildren;
export declare const TariffList: React.FC<TariffListProps>;
export {};
