export declare const ActionsheetContentProvider: {
    (props: any): React.JSX.Element;
    displayName: string;
}, useActionsheetContent: (consumerName: string) => any;
