import * as React from "react";
export interface WebPControllerProps {
    accept: string | undefined;
}
export declare const WebPController: React.FC<WebPControllerProps>;
