interface Props { weak?: boolean; } export declare const Text: import("styled-components").StyledComponent<"p", any, Props, never>; export {};