/// export interface Props { title: string; downlaodLink?: string; } declare const _default: (props: Props) => JSX.Element; export default _default;