import type * as Common from "../common/types";
type Name = "BGYFastTrack" | "BUDFastTrack" | "MRSSmartPass" | "NCEFastTrack" | "PRGSmartPass" | "VCESmartPass";
export interface Props extends Common.Globals, Common.SpaceAfter {
    readonly size?: "extraSmall" | "small" | "medium" | "large" | "display";
    readonly name: Name;
    readonly alt?: string;
    readonly role?: "img" | "presentation";
}
export {};
//# sourceMappingURL=types.d.ts.map