export declare const hideOptionButton: (args?: any) => void; export default hideOptionButton; export declare const hideOptionButtonAsync: (args?: any) => Promise;