import React from 'react'; interface Props { preview?: boolean; } declare const BlockListIndex: React.FC; export default BlockListIndex;