export interface RemoveLocalStorageProps { key: string; } export default function RemoveLocalStorage({ key }: RemoveLocalStorageProps): boolean;