import type { AstroIntegration } from "astro";
import type { AstroTipsOptions } from "./src/types.js";
declare function astroTips(options?: AstroTipsOptions): AstroIntegration;
export default astroTips;
export type { AstroTipsOptions, AstroTipsConfig, TipConfig, TipStyle, } from "./src/types.js";
//# sourceMappingURL=index.d.ts.map