interface PhysicsStatsProps { top?: number | string; left?: number | string; bottom?: number | string; right?: number | string; } export declare function PhysicsStats({ top, left, right, bottom, }: PhysicsStatsProps): null; export {};