/// <reference types="react" />
export type { ActionSheetProps, ActionSheetCssVars } from './ActionSheet';
export type { ActionSheetItemProps } from './ActionSheetItem';
declare const _default: import("react").ForwardRefExoticComponent<import("./ActionSheet").ActionSheetProps & import("react").RefAttributes<HTMLDivElement>> & {
    show: (props: Omit<import("./ActionSheet").ActionSheetProps, "visible">) => import("../utils/dom").ImperativeHandler;
};
export default _default;
