import type { PerseusBlankWidgetOptions } from "../../data-schema"; export type BlankPublicWidgetOptions = Pick; /** * Given a PerseusBlankWidgetOptions object, return a new object with only * the public options that should be exposed to the client. */ export declare function getBlankPublicWidgetOptions(options: PerseusBlankWidgetOptions): BlankPublicWidgetOptions;