import { SafeReactFC, WithCustomStyles } from '../../../@types'; export declare type NativeParagraphProps = { color?: string; fontSize?: number; bold?: boolean; italic?: boolean; thin?: boolean; }; export declare type ParagraphProps = WithCustomStyles> & { dataTestId?: string; };