import { ButtonProps } from './base'; export declare function normalizeColor(color?: string): ButtonProps['color'];