export namespace RawTextDefaultProps {
    let size: string;
    let secondary: boolean;
    let skin: string;
    let light: boolean;
    let weight: string;
    let tagName: string;
    let listStyle: string;
    let widows: boolean;
}
export default RawText;
declare const RawText: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from 'react';
//# sourceMappingURL=RawText.d.ts.map