interface Props { size?: number; } export declare function VideoBlur({ size }: Props): import("preact").JSX.Element; export {};