export declare const preloaderTemplate: ({ doc, props }: {
    doc: any;
    props: any;
}) => any;
