import type { CnButtonProps } from './types';
export type { CnButtonProps };
export { CnButton } from './button';
