declare type Props = { name: string; slotProps?: object; plugOrder?: string[]; }; export declare function ArraySlot({ name, slotProps, plugOrder, }: Props): JSX.Element; export {};