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