export interface onSectionChangeProps {
    beforeIndex: number;
    afterIndex: number;
}
export interface onBeforeSectionChangeProps extends onSectionChangeProps {
}
//# sourceMappingURL=callback.d.ts.map