import { ActionSheetProps, ActionSheetRef } from './ActionSheet'; import { AgentProps, MapIdAgent } from '../utils/imperative'; export declare const mapIdAgent: MapIdAgent; export declare const ActionSheetAgent: (agentProps: AgentProps) => import("react").CElement>; export default ActionSheetAgent;