interface Props { onClick: () => void; } /** * * @example * */ export default function EnablePushNotificationsButton({ onClick }: Props): import("@emotion/react/jsx-runtime").JSX.Element; export {};