/// interface Props { id?: number; onClick: () => void; } declare const RestorePronunciationNotification: ({ id, onClick, }: Props) => JSX.Element; export default RestorePronunciationNotification;