import type { ButtonProps, SharedStyleProps } from './types';
export declare function getSharedProps({ colors, disabled, isLoading, isSelected, kind, shape, size, }: ButtonProps): Partial<SharedStyleProps>;
