import { BillingOutputModel } from './BillingOutput.types';
declare const BillingOutput: <T extends object>({ data, columns, ...props }: BillingOutputModel<T>) => import("react/jsx-runtime").JSX.Element;
export default BillingOutput;
