import type { DivProps } from "../../types";
export interface SpotlightProps extends DivProps {
    size?: number;
}
