import { ThemeProps as BaseProps } from 'styled-components'; export declare type ThemeProps = BaseProps<{ /** * Отключить любую анимацию компонента. */ lowPerformance?: boolean; }>; //# sourceMappingURL=ThemeProps.d.ts.map