///
export declare const Wrap: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const HeaderStl: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const BreadcrumbStl: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const WrapItems: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const LinkStl: import("styled-components").StyledComponent>, any, {}, never>;
export declare const ItemHighLevelStl: import("styled-components").StyledComponent<"div", any, {
status: "notStart" | "process" | unknown;
}, never>;
export declare const ItemConfirmationStl: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const CodeStl: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const NameStl: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const TextStl: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const WrapActionConfirmation: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StatusStl: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const TagStl: import("styled-components").StyledComponent<"div", any, {
type: "all" | "approve" | "finish";
}, never>;
export declare const TagTextStl: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const TagNumberStl: import("styled-components").StyledComponent<"span", any, {}, never>;