import type { CustomProps } from '../../../components/types/utils';
import type { InterfaceBoxProps } from '../../primitives/Box';
export declare type IKbdProps = InterfaceBoxProps<IKbdProps> & CustomProps<'Kbd'>;
