import { TdActionSheetProps } from './type'; export declare const ActionSheetPlugin: { show(props: Partial): void; close(trigger?: any): void; };