export * from "./ExpoPdf.types"; export { default } from "./ExpoPdfModule"; export { default as PdfView } from "./ExpoPdfView"; export type { ExpoPdfViewProps as PdfViewProps, ExpoPdfViewRef as PdfViewRef } from "./ExpoPdf.types"; import type { ShareParams, ThumbnailParams } from "./ExpoPdf.types"; export declare function shareAsync(params: ShareParams | string): Promise; export declare function getPageThumbnailAsync(params: ThumbnailParams): Promise; export declare function clearCacheAsync(): Promise; //# sourceMappingURL=index.d.ts.map