import { SVGProps } from "react";
declare const LIPostcard: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { LIPostcard };
