import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; element?: HTMLDivElement | undefined; elevation?: "medium" | "lowest" | "low" | "high" | "highest" | undefined; palette?: "auto" | "inverse" | "inherit" | "accent" | "dark" | "light" | "alert" | "affirmative" | "negative" | undefined; variation?: "flush" | undefined; class?: string | undefined; id?: string | undefined; name?: string | undefined; style?: string | undefined; tabindex?: string | number | undefined; title?: string | undefined; hidden?: import("../../..").DESIGN_HIDDEN_ARGUMENT | undefined; height?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; max_height?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; min_height?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; width?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; max_width?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; min_width?: import("../../../types/sizings").DESIGN_INTRINSIC_SIZING_ARGUMENT | undefined; margin?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_x?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_y?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_top?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_left?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_bottom?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_right?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; padding?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; padding_x?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; padding_y?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; padding_top?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; padding_left?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; padding_bottom?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; padding_right?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; }; events: { [evt: string]: CustomEvent; }; slots: { default: {}; }; }; export declare type CardContainerProps = typeof __propDef.props; export declare type CardContainerEvents = typeof __propDef.events; export declare type CardContainerSlots = typeof __propDef.slots; export default class CardContainer extends SvelteComponentTyped { } export {};