/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { IModalStyleProps, IModalStyles, IStyleFunctionOrObject } from '@fluentui/react'; export declare const icons: { save: { iconName: string; }; delete: { iconName: string; }; }; export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Actions: import("styled-components").StyledComponent<"div", any, {}, never>; export declare function useModalStyles(styles?: IStyleFunctionOrObject): IStyleFunctionOrObject;