interface Props {
    attributes?: Record<string, any>;
}
declare const Param: import("svelte").Component<Props, {}, "">;
type Param = ReturnType<typeof Param>;
export default Param;
