import { CopyrightControlProps } from './';
export interface UseCopyrightControl extends CopyrightControlProps {
}
export declare function useCopyrightControl(props?: UseCopyrightControl): {
    copyrightControl: BMap.CopyrightControl | undefined;
    setCopyrightControl: import("react").Dispatch<import("react").SetStateAction<BMap.CopyrightControl | undefined>>;
};
