import { IconProps } from '@monorail/visualComponents/icon/Icon'; export declare const PulseAnimation: (scale?: number, radius?: number) => import("styled-components").FlattenSimpleInterpolation; export declare const InProgress: import("styled-components").StyledComponent<"div", import("../../../helpers/theme").GlobalAppThemeInterface, IconProps, never>;