import { NestedCSSProperties } from 'typestyle/lib/types'; import { Margin, ParagraphSize, UpParagraphProps } from './types'; export declare const calculateMargin: (margin: Margin) => string; export declare const calculateSize: (size: ParagraphSize) => string; export declare const marginCss: (margin: Margin) => NestedCSSProperties; export declare const getStyles: (props: UpParagraphProps) => string;