exportinterfaceLayoutBlockProps {
/** A string of unique identifier for the layout block. */blockId?: string;
/** A HTML-compatible alias into `blockId` prop. */id?: string;
}
exportdeclareconstgenerateInputValidator: (from: string) =>(element: unknown) =>never;