import type { KbdCssVariables, KbdFactory, KbdProps, KbdStylesNames } from './Kbd';
export { Kbd } from './Kbd';
export type { KbdProps, KbdStylesNames, KbdCssVariables, KbdFactory };
export declare namespace Kbd {
    type Props = KbdProps;
    type StylesNames = KbdStylesNames;
    type CssVariables = KbdCssVariables;
    type Factory = KbdFactory;
}
