///
export declare const StyledButton: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial;
color?: "inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning";
disabled?: boolean;
disableElevation?: boolean;
disableFocusRipple?: boolean;
endIcon?: import("react").ReactNode;
fullWidth?: boolean;
href?: string;
size?: "small" | "medium" | "large";
startIcon?: import("react").ReactNode;
sx?: import("@mui/material").SxProps;
variant?: "text" | "outlined" | "contained";
} & Omit<{
action?: import("react").Ref;
centerRipple?: boolean;
children?: import("react").ReactNode;
classes?: Partial;
disabled?: boolean;
disableRipple?: boolean;
disableTouchRipple?: boolean;
focusRipple?: boolean;
focusVisibleClassName?: string;
LinkComponent?: import("react").ElementType;
onFocusVisible?: import("react").FocusEventHandler;
sx?: import("@mui/material").SxProps;
tabIndex?: number;
TouchRippleProps?: Partial;
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes> & {
ref?: import("react").Ref;
}, "size" | "color" | "children" | "sx" | "tabIndex" | "href" | "disabled" | "action" | keyof import("@mui/material/OverridableComponent").CommonProps | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledCrossButton: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial;
color?: "inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning";
disabled?: boolean;
disableElevation?: boolean;
disableFocusRipple?: boolean;
endIcon?: import("react").ReactNode;
fullWidth?: boolean;
href?: string;
size?: "small" | "medium" | "large";
startIcon?: import("react").ReactNode;
sx?: import("@mui/material").SxProps;
variant?: "text" | "outlined" | "contained";
} & Omit<{
action?: import("react").Ref;
centerRipple?: boolean;
children?: import("react").ReactNode;
classes?: Partial;
disabled?: boolean;
disableRipple?: boolean;
disableTouchRipple?: boolean;
focusRipple?: boolean;
focusVisibleClassName?: string;
LinkComponent?: import("react").ElementType;
onFocusVisible?: import("react").FocusEventHandler;
sx?: import("@mui/material").SxProps;
tabIndex?: number;
TouchRippleProps?: Partial;
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes> & {
ref?: import("react").Ref;
}, "size" | "color" | "children" | "sx" | "tabIndex" | "href" | "disabled" | "action" | keyof import("@mui/material/OverridableComponent").CommonProps | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const AutNavigationButtons: ({ hideBack, hideClose }: {
hideBack?: boolean;
hideClose?: boolean;
}) => JSX.Element;
export declare const ButtonIcon: import("@emotion/styled").StyledComponent & {
children?: import("react").ReactNode;
component?: import("react").ElementType;
ref?: import("react").Ref;
sx?: import("@mui/material").SxProps;
} & Omit, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes> & {
ref?: import("react").Ref;
}, "ref" | ("p" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "sx"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;