import ActionSheetVue from './action-sheet';
import { WithInstallType } from '../shared';
import './style';
import { TdActionSheetProps } from './type';
export * from './type';
export declare type ActionSheetProps = TdActionSheetProps;
declare type ActionSheetApi = {
    close: () => void;
};
export declare const _ActionSheet: WithInstallType<typeof ActionSheetVue> & ActionSheetApi;
export default _ActionSheet;
