///
import { Colors, FontSizes, FontWeights } from '@monorail/helpers/exports';
export declare const Description: import("styled-components").StyledComponent>, any, {
fontSize: FontSizes.Title5;
fontWeight: FontWeights.Book;
color: Colors.Gray62;
}, "color" | "fontSize" | "fontWeight">;