import { Theme } from '@evlop/commons'; import { SpaceProps, ColorProps, BackgroundColorProps, LayoutProps, BorderProps, PositionProps } from 'styled-system'; export type CommonStyleProps = SpaceProps & ColorProps & BackgroundColorProps & LayoutProps & BorderProps & PositionProps; export declare const commonStyles: any; export declare const commonEditorStyle: ({ hovered, focused }: { hovered: any; focused: any; }) => { outlineColor: string; outlineWidth: string; }; export default commonStyles; //# sourceMappingURL=commonStyles.d.ts.map