/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */
export declare const SplitButtonAppearance: {
    readonly Filled: "filled";
    readonly FilledTonal: "filled-tonal";
    readonly Outlined: "outlined";
};
export type TSplitButtonAppearance = typeof SplitButtonAppearance[keyof typeof SplitButtonAppearance];
//# sourceMappingURL=interface.d.ts.map