import type { ButtonViewProps } from '@sberdevices/plasma-core'; /** * @private */ export declare const applySizes: ({ size, pin, outlined, focused, $isContentLeft: isContentLeft, $isContentRight: isContentRight, shiftLeft, shiftRight, square, stretch, theme, }: import("@sberdevices/plasma-core").ThemeProps & import("@sberdevices/plasma-core/components/Button/Button.types").StyledButtonProps) => import("styled-components").FlattenInterpolation>; /** * @private */ export declare const applyViews: ({ view }: ButtonViewProps) => { backgroundColor: string; color: string; } | { backgroundColor: string; color: string; } | { backgroundColor: string; color: string; } | { backgroundColor: string; color: string; } | { backgroundColor: string; color: string; } | { backgroundColor: string; color: string; } | { backgroundColor: string; color: string; } | { backgroundColor: string; color: string; }; //# sourceMappingURL=Button.mixins.d.ts.map