export declare const createSkeleton: (opt: any) => HTMLElement;
export declare const createTemplate: (sktData: any) => string;
