import { Theme } from '../../utils/theme'; declare const StyledParagraph: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { $margin: string; color: string; size: "small" | "medium" | "large" | "xlarge"; theme: Theme; }>> & string; export { StyledParagraph };