/// <reference types="react" />
import "./directory-plus.scss";
export type CustomDirectoryProps = {};
declare const CustomDirectory: {
    (props: CustomDirectoryProps): JSX.Element;
    displayName: string;
};
export default CustomDirectory;
