import * as v from "valibot"; export declare const notionThemeSchema: v.PicklistSchema<["light", "dark"], undefined>; export type NotionTheme = v.InferOutput; //# sourceMappingURL=theme.d.ts.map