declare const filetype_ppt: { _: { width: number; height: number; paths: { d: string; "fill-rule": string; }[]; }; }; export default filetype_ppt;