import { MyElement, PageUnit } from '../../types/entity'; export declare const customProvider: { pageUnit: PageUnit; elementList: MyElement[]; };