import { FlattenSimpleInterpolation } from 'styled-components';
import { TMarkType } from '../types';
export default function getCssOfType(type: TMarkType, hollow?: boolean): FlattenSimpleInterpolation;
