import type { AstroIntegration } from "astro"; import type { ShironesOptions } from "./types/options.js"; export type { ShironesOptions, ShironesPaths, ShironesFontOptions, ResolvedShironesPaths, } from "./types/options.js"; /** * The Shirone theme as an Astro integration. */ export declare function shirones(options?: ShironesOptions): AstroIntegration; export default shirones;