interface PropOptions { dir?: string; title?: string; prefix?: string; defaultOpen?: boolean; theme?: 'light' | 'dark'; accent?: string; } export declare function setDisclaimerProps(name: string, options: PropOptions): Promise; export {};