import * as React from 'react'; import { PlaySoundProps } from "../../types/op-play-sound"; export declare const typeMap: { success: string; error: string; warning: string; }; declare function PlaySound(props: PlaySoundProps): React.JSX.Element | null; declare namespace PlaySound { var palySound: (props: any) => void; } export default PlaySound;