import { PayFitBrandProps } from './PayFitBrand.js';
/** The PayFit brand used in pre-production environments. */
export declare const PayFitBrandPreprod: import('react').ForwardRefExoticComponent<Omit<PayFitBrandProps, "color" | "width"> & {
    /** The brand's environment, shown in the right badge. */
    env: string;
} & import('react').RefAttributes<SVGSVGElement>>;
