interface Props { name: string; } declare const BlockProperties: ({ name }: Props) => JSX.Element; export default BlockProperties;