import React from 'react';
import { IActionBottomSheetStandAlone } from './types/actionBottomSheet';
export declare const ActionBottomSheetStandAlone: React.ForwardRefExoticComponent<IActionBottomSheetStandAlone & React.RefAttributes<HTMLDivElement>>;
