import React from 'react';
declare function ActionsheetContent(StyledActionsheetContent: any, AnimatePresence?: any): React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
export default ActionsheetContent;
