import { getImagePath as importedGetImagePath } from "./util.ts"; import { astroOpenGraphImages } from "./integration.ts"; import type { IntegrationInput as _IntegrationInput, IntegrationDefaults as _IntegrationDefaults, PartialIntegrationOptions as _PartialIntegrationOptions, IntegrationOptions as _IntegrationOptions, Page as _Page, AstroBuildDoneHookInput as _AstroBuildDoneHookInput, RenderFunctionInput as _RenderFunctionInput, RenderFunction as _RenderFunction, FilterFunction as _FilterFunction, PathFilterFunction as _PathFilterFunction, PageDetails as _PageDetails, SatoriWeight as _SatoriWeight, SatoriFontStyle as _SatoriFontStyle, SatoriFontOptions as _SatoriFontOptions, SatoriOptions as _SatoriOptions } from "./types.ts"; export declare const presets: { blackAndWhite: typeof import("./presets/black-and-white.tsx").blackAndWhite; gradients: typeof import("./presets/gradients.tsx").gradients; rauchg: typeof import("./presets/rauchg.tsx").rauchg; tailwind: typeof import("./presets/tailwind.tsx").tailwind; vercel: typeof import("./presets/vercel.tsx").vercel; brandedLogo: typeof import("./presets/branded-logo.tsx").brandedLogo; backgroundImage: typeof import("./presets/background-image.tsx").backgroundImage; podcast: typeof import("./presets/podcast.tsx").podcast; simpleBlog: typeof import("./presets/simple-blog.tsx").simpleBlog; waveSvg: typeof import("./presets/wave-svg.tsx").waveSvg; customProperty: typeof import("./presets/custom-property.tsx").customProperty; }; export declare const getImagePath: typeof importedGetImagePath; export default astroOpenGraphImages; export type IntegrationInput = _IntegrationInput; export type IntegrationDefaults = _IntegrationDefaults; export type PartialIntegrationOptions = _PartialIntegrationOptions; export type IntegrationOptions = _IntegrationOptions; export type Page = _Page; export type AstroBuildDoneHookInput = _AstroBuildDoneHookInput; export type RenderFunctionInput = _RenderFunctionInput; export type RenderFunction = _RenderFunction; export type FilterFunction = _FilterFunction; export type PathFilterFunction = _PathFilterFunction; export type PageDetails = _PageDetails; export type SatoriWeight = _SatoriWeight; export type SatoriFontStyle = _SatoriFontStyle; export type SatoriFontOptions = _SatoriFontOptions; export type SatoriOptions = _SatoriOptions; //# sourceMappingURL=index.d.ts.map