import { GetStateValuesProps } from './list.types.js'; export declare const getStateValues: (props: GetStateValuesProps) => { type: "link" | "unstyled" | "icon" | "ordered" | "bullet" | "tick" | "cross"; look: "link" | "primary" | "hero" | "success" | "danger"; spacing: "medium" | "large"; icon: ((props: import("../icon/icon.types.js").IconProps) => JSX.Element) | undefined; };