import type { BaseButtonProps, SharedStyleProps } from './types'; export declare function getSharedProps({ colors, disabled, minHitArea, isLoading, isSelected, kind, shape, size, backgroundSafe, widthType, }: BaseButtonProps): Partial;