import { HTMLAttributes } from 'react';

interface LicenseNumberProp extends HTMLAttributes<HTMLDivElement> {
    serial?: string;
    isLoading?: boolean;
    isUnknown?: boolean;
}
declare const IranLicensePlate: ({ serial, className, style, isLoading, isUnknown, }: LicenseNumberProp) => JSX.Element;

export { IranLicensePlate, IranLicensePlate as default };
