/** * Anchor appearance states * @public */ export declare const AnchorAppearance: { readonly default: undefined; readonly prominent: "prominent"; }; export type AnchorAppearance = (typeof AnchorAppearance)[keyof typeof AnchorAppearance];