import { Text } from './Text';
export declare class Paragraph extends Text {
}
