import React from 'react'; export interface InsufficientPermissionsMessageProps { title?: string; operationLabel?: string; currentUser?: { roles?: { name: string; title: string; }[]; }; } export declare function InsufficientPermissionsMessage(props: InsufficientPermissionsMessageProps): React.JSX.Element; //# sourceMappingURL=InsufficientPermissionsMessage.d.ts.map