import { type CSSObject } from '@emotion/react'; import { type ThemeProps } from './custom-theme-button-types'; export declare function getCustomCss({ appearance, spacing, isSelected, shouldFitContainer, iconIsOnlyChild, isLoading, state, }: ThemeProps): CSSObject;