import { IWithObservationProps } from "../with-observation"; export interface IWithBlurVideoPlayerProps extends IWithObservationProps { withBlur?: boolean; } declare const WithBlur: ({ withBlur, onReady, children, ...props }: IWithBlurVideoPlayerProps) => import("react/jsx-runtime").JSX.Element; export default WithBlur; //# sourceMappingURL=index.d.ts.map