import type { ISectionBeforeChangeProps, ISectionChangeProps } from '@/types';
export declare class Callback {
    onSectionChange: (props: ISectionChangeProps) => unknown;
    onBeforeSectionChange: (props: ISectionBeforeChangeProps) => unknown;
}
export declare const callback: Callback;
//# sourceMappingURL=callback.d.ts.map