import type { Theme } from "@mui/material/styles"; import React from "react"; interface EventPublicTicketsProps { onManageTickets?: () => void; theme: Theme; } declare const _default: React.NamedExoticComponent; export default _default;