declare const ticket_perforated: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default ticket_perforated;