/// export interface KBDProps extends React.ComponentPropsWithRef<'kbd'> { children?: React.ReactNode; meta?: boolean; shift?: boolean; alt?: boolean; ctrl?: boolean; } export declare const KBD: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;