import React from 'react';
declare function ActionsheetDragIndicator<T>(StyledActionsheetDragIndicator: React.ComponentType<T>): React.ForwardRefExoticComponent<{
    children?: any;
} & React.RefAttributes<unknown>>;
export default ActionsheetDragIndicator;
