import { ButtonProps } from './Button'; export declare const isFixedWidth: ({ fixedWidth, icon, children }: ButtonProps) => boolean;