import React from 'react';
export declare const ActionSheetContext: React.Context<{
    hideDragIndicator: boolean;
}>;
