import { FC, HTMLAttributes } from "react"; export interface WindowStickerProps extends HTMLAttributes { vin?: string; } declare const WindowSticker: FC; export default WindowSticker; //# sourceMappingURL=WindowSticker.d.ts.map