import type React from 'react'; import { type Theme } from '@mui/material'; import { StatusButtonProps } from './type'; export type StatusButtonVariant = 'active' | 'inActive'; export declare const statusButtonVariants: { active: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject | null | undefined; }, "color" | "disabled" | "classes" | "className" | "style" | "tabIndex" | "children" | "sx" | "variant" | "size" | "fullWidth" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps & { statusVariant?: StatusButtonVariant | undefined; }, {}, {}>; inActive: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject | null | undefined; }, "color" | "disabled" | "classes" | "className" | "style" | "tabIndex" | "children" | "sx" | "variant" | "size" | "fullWidth" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps & { statusVariant?: StatusButtonVariant | undefined; }, {}, {}>; }; export declare const CountBadge: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & { variant: StatusButtonVariant; }, {}, {}>; export declare const StatusIcon: import("@emotion/styled").StyledComponent & { variant: StatusButtonVariant; icon?: "search" | "scheduled" | "paidOut" | "destination" | "active" | "inactive" | "reversed" | "checked" | "inProgress" | "initiated" | "abandoned" | "cancelled" | "reports" | "chevronDown" | "unAuthorized" | "unSettled" | "unCaptured" | "captured" | "authorized" | "openFlag" | "closedFlag" | "unauthenticated" | "authenticated" | "dashedChecked" | "deactivated" | "destinationReversed" | "outstanding" | undefined; }, React.DetailedHTMLProps, HTMLImageElement>, {}>; export declare const StyledFilterName: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLParagraphElement>, {}>; export declare const StyledDropdown: import("@emotion/styled").StyledComponent, {}, {}>; export declare const ChevronContainer: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const Label: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & { variant: StatusButtonVariant; }, {}, {}>; export declare const LabelWrapper: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const StyledStatusIcon: import("@emotion/styled").StyledComponent & { variant: StatusButtonVariant; icon?: StatusButtonProps['icon']; }, React.DetailedHTMLProps, HTMLImageElement>, {}>; export declare const IconWrapper: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & { variant: StatusButtonVariant; }, {}, {}>;