/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { CollapsiblePanelStyles } from '@essex/components'; export declare const buttonStyles: { width: number; }; export declare const icons: { preview: { iconName: string; }; add: { iconName: string; }; chevronRight: { iconName: string; }; chevronDown: { iconName: string; }; info: { iconName: string; }; }; export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ButtonContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StepsContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare function useCollapsiblePanelStyles(): CollapsiblePanelStyles;