export declare const MutedComponent: ({ muted, hadleMuted }: {
    muted: boolean;
    hadleMuted: () => void;
}) => import("react").JSX.Element;
