import type { FormType } from '../../stores/form/types.js'; export declare const SelectTokenCardHeader: import("@emotion/styled").StyledComponent & import("@mui/material").CardHeaderSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "title" | "sx" | "style" | "className" | "classes" | "action" | "slots" | "slotProps" | "disableTypography" | "subheader" | "avatar" | "subheaderTypographyProps" | "titleTypographyProps"> & import("@mui/system").MUIStyledCommonProps & { selected?: boolean; compact?: boolean; }, {}, {}>; export declare const SelectTokenCard: import("@emotion/styled").StyledComponent, HTMLDivElement>, "children" | "sx" | "style" | "className" | "classes" | "variant" | "elevation" | "square" | "raised"> & import("@mui/system").MUIStyledCommonProps & import("../Card/Card.js").CardProps, {}, {}>; export declare const CardContent: import("@emotion/styled").StyledComponent, HTMLDivElement>, "children" | "sx" | "style" | "className" | "classes"> & import("@mui/system").MUIStyledCommonProps & { formType: FormType; compact: boolean; mask?: boolean; }, {}, {}>;