import type { ThemeProps } from '../../types'; import type { StyledButtonProps, ButtonSizes, ButtonTypography } from './Button.types'; /** * Создание специализированного миксина со своими размерами и типографикой. * @param {Record} sizes * @param {Record} typos */ export declare const getButtonSizesMixin: (sizes: ButtonSizes, typos: ButtonTypography) => ({ size, pin, outlined, focused, $isContentLeft: isContentLeft, $isContentRight: isContentRight, shiftLeft, shiftRight, square, stretch, theme, }: ThemeProps & StyledButtonProps) => import("styled-components").FlattenInterpolation>; //# sourceMappingURL=Button.mixins.d.ts.map