import type { ActionSheetProps } from './ActionSheet'; export declare function show(config: Partial): void; export declare function close(): void;