declare function Body({ type, pageIndex, total }: { type: any; pageIndex: any; total: any; }): import("react/jsx-runtime").JSX.Element; declare function Header({ m, compact, ed }: { m: any; compact: any; ed: any; }): import("react/jsx-runtime").JSX.Element; declare function Footer({ m, pageIndex, total, compact, ed }: { m: any; pageIndex: any; total: any; compact: any; ed: any; }): import("react/jsx-runtime").JSX.Element; declare function Watermark({ m }: { m: any; }): import("react/jsx-runtime").JSX.Element; declare function PaperSheet({ m, type, pageIndex, total, sample, ed }: { m: any; type: any; pageIndex: any; total: any; sample: any; ed: any; }): import("react/jsx-runtime").JSX.Element; export declare const STDoc: { PaperSheet: typeof PaperSheet; DOC_META: { quotation: { name: string; accent: string; no: string; date: string; tag: string; tagClass: string; }; invoice: { name: string; accent: string; no: string; date: string; tag: string; tagClass: string; }; delivery: { name: string; accent: string; no: string; date: string; tag: string; tagClass: string; }; }; Header: typeof Header; Footer: typeof Footer; Watermark: typeof Watermark; Body: typeof Body; }; export {};