export declare function bindGraphicModules({ bind }: {
    bind: any;
}): void;
export default bindGraphicModules;
