import { InterpolationFunction } from 'styled-components'; export interface DisabledProps { /** * Компонент неактивен */ disabled?: boolean; } /** * Миксин неактивной кнопки */ export declare const applyDisabled: InterpolationFunction; //# sourceMappingURL=applyDisabled.d.ts.map