export declare function useCodeModal(): { open: (code: any, options?: { title?: string; language?: string; stringify?: boolean; }) => void; };