import { type DefaultTheme } from 'styled-components'; import type { ImagePlacement, ImageSize, SelectionCardProps } from './SelectionCard.types'; export declare const StyledSelectionCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, Pick>> & string; export declare const StyledSelectionCardInline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, "disabled" | "onClick" | "readOnly"> & Pick, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject | null | undefined; }, { placement?: Extract; size?: ImageSize; }>> & string; export declare const StyledSelectionCardStacked: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, "disabled" | "onClick" | "readOnly"> & Pick, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject | null | undefined; }, { size?: ImageSize; }>> & string; export declare const StyledImageCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { placement?: ImagePlacement; size?: ImageSize; isTile?: boolean; }>> & string; export declare const StyledContentCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const StyledImageContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { placement?: ImagePlacement; size?: ImageSize; }>> & string; export declare const StyledValueList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLUListElement>, never>> & string; export declare const StyledHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const StyledContentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const StyledTileContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { foregroundColor: string; backgroundColor: string; size?: ImageSize; }>> & string; export declare const StyledCardFooter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const StyledSingleField: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { truncate?: boolean; }>> & string; export declare const getBaseCardContainerStyles: (theme: DefaultTheme) => import("styled-components").RuleSet; export declare const getInlineImageCardContainerStyles: (theme: DefaultTheme, { placement, size }: { placement: Extract; size: ImageSize; }) => import("styled-components").RuleSet; //# sourceMappingURL=SelectionCard.styles.d.ts.map