declare const LightBlock: () => { remark: (processor: any) => any; viewerEffect(): void; }; export default LightBlock;