type Props = {
    customer_id?: string;
    subscription_id?: string;
    status?: string;
    pageSize?: number;
    onTableDataChange?: Function;
    mode?: 'dashboard' | 'portal';
};
export declare function StatusChip({ status, label }: {
    status: string;
    label?: string;
}): JSX.Element;
export default function CreditGrantsList(rawProps: Props): JSX.Element;
export {};
