declare function FolderRowContents({ show, children, highlight, ...rest }: any): any;
declare namespace FolderRowContents {
    var defaultProps: {
        show: boolean;
        highlight: boolean;
        children: null;
    };
}
export { FolderRowContents };
//# sourceMappingURL=FolderRowContents.d.ts.map