export interface BinFinderProps {
    /**
     * The optional title
     */
    title?: string;
    /**
     * The contact information for when there are no bin collections found
     */
    contactInfo: string;
}
