import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Ticket: import("svelte").Component; type Ticket = ReturnType; export default Ticket; //# sourceMappingURL=ticket.svelte.d.ts.map