/// export declare const platformList: { value: string; label: string; icon: JSX.Element; }[]; export declare function useDeviceToolbar(): { laptopIcon: JSX.Element; mobileIcon: JSX.Element; width: number; };