import type { IValueableProps } from '../../../Behaviors/Valueable'; import type { IVariantableProps } from '../../../Behaviors/Variantable'; /** * Represents the `IKbdElementProps` interface. * * @public */ export interface IKbdElementProps extends IValueableProps, IVariantableProps { } //# sourceMappingURL=IKbdElementProps.d.ts.map